Skip to content

DOC: Improved links between expanding and cum* (GH12651) #14098

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed

DOC: Improved links between expanding and cum* (GH12651) #14098

wants to merge 3 commits into from

Conversation

adrian-stepien
Copy link
Contributor

@adrian-stepien adrian-stepien commented Aug 27, 2016

Modified the auto-generating function so that the name of actual
method [min/max/sum/prod] is available for link.
@jorisvandenbossche jorisvandenbossche changed the title Doc/12651 Improved links between expanding and cum* DOC: Improved links between expanding and cum* (GH12651) Aug 27, 2016
Fixed the PEP8 incompatible line lengths.
@codecov-io
Copy link

codecov-io commented Aug 28, 2016

Current coverage is 85.26% (diff: 100%)

Merging #14098 into master will decrease coverage by <.01%

@@             master     #14098   diff @@
==========================================
  Files           139        139          
  Lines         50490      50502    +12   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43053      43063    +10   
- Misses         7437       7439     +2   
  Partials          0          0          

Powered by Codecov. Last update 670435a...4427e28


sn = pd.Series([1,2,np.nan,3,np.nan,4])

sn.expanding().sum()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would specify min_periods explicty here, as that is what we are highliting. (and maybe change the example a bit so min_periods=1 and min_periods=2) show different results.

you may need to make this a sub-section rather than a note (as its getting long)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated this in 30025d8

@jreback jreback added Reshaping Concat, Merge/Join, Stack/Unstack, Explode Numeric Operations Arithmetic, Comparison, and Logical operations labels Aug 28, 2016
@jreback
Copy link
Contributor

jreback commented Sep 8, 2016

can you update

@jreback
Copy link
Contributor

jreback commented Nov 16, 2016

can you rebase and update this?

@jorisvandenbossche jorisvandenbossche added this to the 0.20.0 milestone Dec 14, 2016
jorisvandenbossche added a commit that referenced this pull request Dec 14, 2016
@jorisvandenbossche
Copy link
Member

@adrian-stepien Thanks! (adapted it a little bit for @jreback's comments)

ischurov pushed a commit to ischurov/pandas that referenced this pull request Dec 19, 2016
- [x] closes pandas-dev#12651  - [x] passes `git diff upstream/master | flake8
--diff`

Author: adrian-stepien <[email protected]>

Closes pandas-dev#14098 from adrian-stepien/doc/12651 and squashes the following commits:

4427e28 [adrian-stepien] DOC: Improved links between expanding and cum* (pandas-dev#12651)
8466669 [adrian-stepien] DOC: Improved links between expanding and cum* (pandas-dev#12651)
30164f3 [adrian-stepien] DOC: Correct link from b/ffill to fillna
ischurov pushed a commit to ischurov/pandas that referenced this pull request Dec 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Numeric Operations Arithmetic, Comparison, and Logical operations Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: improve cross-links in docs between .expanding and .cum*
4 participants